As an Organization user I want to delete Metadata entries directly attached to a Root node where rootID=\{ID\} and metadataID=\{subID\}.
DELETE/vfs/api/v2/roots/:rootId/metadata/:metadataId
As an Organization user I want to delete Metadata entries directly attached to a Root node where rootID={ID} and metadataID={subID}.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
return no body.
The request is bad formatted.
You don't have permission to perform this action.
Forbidden
There no item with this id.
Conflict
Unhandled exception.